@charset "utf-8";

@media only screen and (min-width: 768px) and (max-width:1600px)
{
#L1_cnr .header 
{
	top:5px;
	left:350px;
	position:relative;
	/*position:absolute;*/
	z-index:1;
	direction: ltr;
	text-align: center;

}

#L1_cnr .header h4
{
	font: 13px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	
}

#L1_cnr .header h3, h2, h1
{
	font: bold 22px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
/*@media only screen and (min-width: 767px)
{*/
#L1_cnr .header 
{
	top:5px;
	right:70px;
	/*position:relative;*/
	position:absolute;
	z-index:1;
	direction: ltr;
	text-align: center;

}

#L1_cnr .header h4
{
	font: 10px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-right:10px;
	
}

#L1_cnr .header h3, h2, h1
{
	font: bold 14px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-right:10px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px)
{
/*@media only screen and (min-width: 767px)
{*/
#L1_cnr .header 
{
	top:5px;
	right:10px;
	/*position:relative;*/
	position:absolute;
	z-index:1;
	direction: ltr;
	text-align: center;

}

#L1_cnr .header h4
{
	font: 10px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-right:10px;
	
}

#L1_cnr .header h3, h2, h1
{
	font: bold 13px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-right:10px;
	}
}
